home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / Anwendun / Pov / POVTOOLS / FTPOVRAY / 3DSPOV18 / SAMPLES / POVDIAM.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-11-25  |  402 b   |  9 lines

  1. @echo off
  2. rem ** Converts and renders DIAM.3DS with POV-Ray. This sample only works **
  3. rem ** with POV-Ray 2.0. You could probably convert it to work with 1.0   **
  4. rem ** but it wouldn't look very good since POV-Ray 1.0 doesn't support   **
  5. rem ** TIR (total internal reflection).                                   **
  6.  
  7. 3ds2pov diam -s0 -ldiammtl.inc
  8. povray -idiam.pov -odiam.tga -w320 -h200 -a
  9.